Release 10.1A: OpenEdge Development:
Progress 4GL Reference


LOCK-REGISTRATION( ) method

Restricts the registration of additional authentication domains in the application’s trusted authentication domain registry for the remainder of the session. You must call this method after you have registered all authentication domains for a session using the REGISTER-DOMAIN( ) method.

Return type: LOGICAL

Applies to: SECURITY-POLICY system handle

Syntax
LOCK-REGISTRATION( ) 

You must call this method before you can use the trusted authentication domain registry to validate Client-principal objects for the application.

If you do not register at least one authentication domain in the trusted authentication domain registry before calling this method, this method returns TRUE. However, any attempt to seal a Client-principal object will generate a run-time error.

If successful, this method returns TRUE. Otherwise, it returns FALSE.

See also

LOAD-DOMAINS( ) method, REGISTER-DOMAIN( ) method


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095